Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Apr 13, 2025

What changes were proposed in this pull request?

This PR aims to support the following SparkSession APIs.

  • addTag
  • removeTag
  • getTags
  • clearTags

Note that interrupt-related operations will be supported later as an independent PR.

Why are the changes needed?

For feature parity.

Does this PR introduce any user-facing change?

No. This is a new addition.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun
Copy link
Member Author

Thank you so much always, @peter-toth and @viirya !

Merged to main.

dongjoon-hyun added a commit to dongjoon-hyun/spark-connect-swift that referenced this pull request Jul 3, 2025
dongjoon-hyun added a commit that referenced this pull request Jul 3, 2025
### What changes were proposed in this pull request?

This PR aims to update `ArrowReader.swift` with `GH-54`.

Please note that we cannot use `Apache Arrow Swift` directly yet because
- It is still unable to support `Decimal`.
  - apache/arrow#46628
- It still uses `GRPC Swift` while we use `GRPC Swift 2`.

### Why are the changes needed?

To be ready for the upstream release because `v21.0.0-rc0` tag is created.
- https://github.com/apache/arrow-swift/releases/tag/v21.0.0-rc0

According to the release notes, this seems to be the only one which needs to catch up.

### Does this PR introduce _any_ user-facing change?

No behavior change because this is a refactoring to suppress warning messages.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #207 from dongjoon-hyun/SPARK-52678.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants